home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19950726-19950929 / 000052_news@columbia.edu_Tue Aug 1 02:06:30 1995.msg < prev    next >
Internet Message Format  |  2020-01-01  |  2KB

  1. Received: from apakabar.cc.columbia.edu by watsun.cc.columbia.edu with SMTP id AA01633
  2.   (5.65c+CU/IDA-1.4.4/HLK for <kermit.misc@watsun.cc.columbia.edu>); Mon, 31 Jul 1995 22:06:36 -0400
  3. Received: by apakabar.cc.columbia.edu id AA06175
  4.   (5.65c+CU/IDA-1.4.4/HLK for kermit.misc@watsun); Mon, 31 Jul 1995 22:06:34 -0400
  5. Path: news.columbia.edu!watsun.cc.columbia.edu!fdc
  6. From: fdc@watsun.cc.columbia.edu (Frank da Cruz)
  7. Newsgroups: comp.protocols.kermit.misc
  8. Subject: Re: Help! install Kermit on linux
  9. Date: 1 Aug 1995 02:06:30 GMT
  10. Organization: Columbia University
  11. Lines: 25
  12. Message-Id: <3vk276$60q@apakabar.cc.columbia.edu>
  13. References: <3vjqfv$j46@utaipx02.uta.edu>
  14. Nntp-Posting-Host: watsun.cc.columbia.edu
  15. Apparently-To: kermit.misc@watsun.cc.columbia.edu
  16.  
  17. In article <3vjqfv$j46@utaipx02.uta.edu>,
  18. Mr. C. P. Hsu <mahsu@news.uta.edu.uta.edu> wrote:
  19. : I had a problem of installing the Kermit5A(190) on my newly installed
  20. : linux(486DX33).   I have no idea about how to fix it.  I'll appreciate 
  21. : if someone could tell me how to solve this problem.
  22. : Here is the error message I got. I was using gcc 2.6.3 to make Kermit5A:
  23. : ...
  24. : " "LNKFLAGS = " "LIBS = -lncurses -ltermcap" 
  25. : ...
  26. : lib_tparm.o(.text+0xcb0): multiple definition of `tgoto'
  27. : lib_termcap.o(.text+0x160): first defined here
  28. Evidently you have to be real careful about which curses library is used.
  29. I think it depends on your Linux distribution -- different packagers use
  30. different curses libraries.  The general rule is:  if -lncurses doesn't work,
  31. try -lcurses, and vice versa.  Maybe also remove -ltermcap.  If all else
  32. fails, remove both, and also remove -DCK_CURSES from CFLAGS.
  33.  
  34. If anybody understands what is going on better than I do, please report
  35. back to me so I can update the installation instructions.
  36.  
  37. Thanks!
  38.  
  39. - Frank